lcCRectsGetWithID Home

Returns the handle to a clipping rectangle by its identifier (LC_PROP_CRECT_ID property)

 HANDLE lcCRectsGetWithID (
   HANDLE hDrw,
   int Id
 );

Parameters
hDrw
  Handle to a drawing object.
Id
  Rectangle's identifier (LC_PROP_CRECT_ID property)

Return Value

  Handle to a clipping rectangle object.
If an object with specified identifier is not found, the function returns NULL.